home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 025a / fire_110.zip / SAMPLES.BAT < prev   
DOS Batch File  |  1991-09-25  |  474b  |  20 lines

  1. @echo off
  2. echo This batch file will rename all the sample files. Use Control and C to Abort
  3. echo.
  4.  
  5. pause
  6. rename practice.rpt practice.sam
  7. rename fireinf.rpt fireinf.sam
  8. rename maint.rpt maint.sam
  9. rename roster.ndx roster.sax
  10. rename roster.dat roster.sam
  11. rename case2.rpt case2.sam
  12.  
  13. echo Roster.ndx has been renamed to ROSTER.SAX
  14. echo.
  15. echo All other files have the extension .SAM
  16. echo To re - use these files rename them to their original extensions.
  17.  
  18.  
  19.  
  20.